Syntax Errors
Syntax errors occur when a line of script is encountered that does not conform to the VBScript language specification (for example, ending a line with a semicolon, forgetting quotation marks around a literal string, etc). In CygNet Studio, the script editor automatically checks for syntax errors when the file is saved or Script mode is exited. If you try to close the script window and cannot, it is likely that the script contains a syntax error. When this happens, the cursor will move to the first line containing an error.

